home *** CD-ROM | disk | FTP | other *** search
/ westlife Cardz: Kian / westlife: Kian.iso / pc / graphics.cst / 00283_pannel button over.ls < prev    next >
Encoding:
Text File  |  2000-10-23  |  200 b   |  11 lines

  1. on mouseLeave me
  2.   set the member of sprite 44 to member "pannel button inactive"
  3.   cursor -1
  4. end
  5.  
  6.  
  7. on mouseUp
  8.   set the member of sprite 44 to "pannel button down"
  9.     goToNetPage "poster.htm"
  10.   
  11. end